object Choose: TChoose Left = 235 Top = 210 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Choose from List' ClientHeight = 239 ClientWidth = 310 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 216 Width = 214 Height = 13 Caption = 'You can click on multiple items to select them' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 224 Top = 8 Width = 77 Height = 27 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 224 Top = 44 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object ChooseList: TListBox Left = 8 Top = 8 Width = 209 Height = 201 ExtendedSelect = False ItemHeight = 13 MultiSelect = True TabOrder = 2 OnDblClick = ChooseListDblClick end end